| lcMlineAddVerDir | Home |
|
HANDLE lcMlineAddVerDir ( HANDLE hMline, HANDLE hVertex, double Angle, double Length ); |
| hMline | |
| Handle to a multiline object. | |
| hVertex | |
| Handle to the multiline vertex, or NULL. | |
| Angle | |
| Direction angle from vertex hVertex. | |
| Length | |
| Distance from vertex hVertex. | |
| Handle to the new Vertex object or NULL if the function fails. |
| The vertex is inserted after the specified vertex. If hVertex is NULL, the vertex is appended to the end of the multiline. |
| Code sample, lcMlineAddVer, lcMlineDeleteVer, lcBlockAddMline |